From 48e6b24e8b92613d7ab534c92cceb4d25d15783e Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Mon, 14 Nov 2005 11:11:11 +0100 Subject: [PATCH] Trivial Makefile cleanup for ioemu. --- tools/ioemu/target-i386-dm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ioemu/target-i386-dm/Makefile b/tools/ioemu/target-i386-dm/Makefile index 3f1f9256c5..dae8e1dfc1 100644 --- a/tools/ioemu/target-i386-dm/Makefile +++ b/tools/ioemu/target-i386-dm/Makefile @@ -376,9 +376,9 @@ mixeng.o: mixeng.c mixeng.h mixeng_template.h clean: rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp + rm -rf config.mak config.h -distclean: - rm -rf *.o *.a *~ $(PROGS) gen-op.h opc.h op.h nwfpe slirp +distclean: clean install: all if [ ! -d $(INSTALL_DIR) ];then mkdir -p $(INSTALL_DIR);fi -- 2.30.2